GtkApplicationWindow: Always install accelerators
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Dec 2011 22:50:17 +0000 (17:50 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:11 +0000 (12:51 -0500)
commit0baa663182d501d311a3105a74dae6d8366a60c5
tree2a0d40f803223660e15deb97c619d6e0156d1b50
parent073a9244812e6841bc48e2dff8a158d81a309d9e
GtkApplicationWindow: Always install accelerators

We want accelerators to work, even if the menus are not shown
locally, so we can't rely on the GtkMenu code to set them up
for us. Currently, this code only installs accelerators when the
window is realized.
gtk/gtkapplicationwindow.c